Skip to content

Ikoka Handheld compile and LED fixes#35

Open
andyshinn wants to merge 4 commits intoweebl2000:dev_plusfrom
andyshinn:ashinn/ikoka-compile-fix
Open

Ikoka Handheld compile and LED fixes#35
andyshinn wants to merge 4 commits intoweebl2000:dev_plusfrom
andyshinn:ashinn/ikoka-compile-fix

Conversation

@andyshinn
Copy link

  • Fix compiling on Ikoka Handheld
  • Fix LED inverted
  • Add status LED

Copilot AI review requested due to automatic review settings March 2, 2026 21:43
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Ikoka Handheld NRF52 variant configuration to fix build settings and align LED behavior with the board’s wiring, including adding a dedicated status LED pin.

Changes:

  • Fix Ikoka Handheld build configuration by setting the PlatformIO board + linker script and correcting env inheritance.
  • Fix inverted LED logic by updating LED_STATE_ON for this variant.
  • Add a PIN_STATUS_LED definition and initialize it during board startup.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
variants/ikoka_handheld_nrf/variant.h Updates LED active state and adds PIN_STATUS_LED mapping.
variants/ikoka_handheld_nrf/platformio.ini Adds board/ldscript config and fixes env extends to use the correct base section.
variants/ikoka_handheld_nrf/IkokaNrf52Board.cpp Initializes the status LED pin at startup.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants